home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr23 / dl203.zip / PAGENET.SCR < prev    next >
Text File  |  1995-02-22  |  469b  |  22 lines

  1. ; ───────────────────────
  2. ; TERMINAL:  PAGENET
  3. ; ───────────────────────
  4.  
  5. ; this is the script file that controls what the page server does
  6. ; once a CONNECT is established.
  7.  
  8. ; Note: all match strings are case senstive
  9. ;       (strings used in SENDWAIT or WAIT commands)
  10.  
  11. SENDLN #13
  12. WAIT 10,ID=
  13. SENDLN M
  14.  
  15. LOOP
  16.     WAIT 5,Enter the Pager ID
  17.     SENDLN {pager_number}
  18.     WAIT 10, Enter the Message
  19.     SENDLN {message}
  20.     WAIT 5, Thank You.
  21. ENDLOOP
  22.